var strings.asciiSpace
8 uses
strings (current package)
iter.go#L89: isSpace := asciiSpace[s[i]] != 0
strings.go#L377: var asciiSpace = [256]uint8{'\t': 1, '\n': 1, '\v': 1, '\f': 1, '\r': 1, ' ': 1}
strings.go#L394: isSpace := int(asciiSpace[r])
strings.go#L409: for i < len(s) && asciiSpace[s[i]] != 0 {
strings.go#L414: if asciiSpace[s[i]] == 0 {
strings.go#L422: for i < len(s) && asciiSpace[s[i]] != 0 {
strings.go#L1099: if asciiSpace[c] != 0 {
strings.go#L1109: if asciiSpace[c] == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |